ContactInfo Class |
Namespace: Independentsoft.Sip
The ContactInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| ContactInfo |
Initializes a new instance of the ContactInfo class.
| |
| ContactInfo(String) |
Initializes a new instance of the ContactInfo class from the specified string.
| |
| ContactInfo(String, String) |
Initializes a new instance of the ContactInfo class with the specified display name and address.
|
| Name | Description | |
|---|---|---|
| Address |
Gets or sets URI.
| |
| Name |
Gets or sets display name.
| |
| Parameters |
Gets collection of parameters.
| |
| Tag |
Gets or sets "tag" parameter.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.) |